home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 001a / myhost.zip / MYHOST.DOC < prev    next >
Text File  |  1991-07-08  |  1KB  |  33 lines

  1. MYHOST.ASP  07/06/91  Perry Brickley
  2.  
  3. Compuserve  70421,3523
  4. Prodigy     FXMW62A
  5.  
  6. Myhost was written using HOST.ASP from Datastorm as a base.  I removed the
  7. debug routines and added most of the features of a BBS.
  8.  
  9. Things to know:
  10.  
  11. 1.  In the routine, _hostgetc, there is a variable, LOOP, which I set to
  12.     36000.  This is approximately 3 minutes on my machine which runs at
  13.     16 mhz.  This counter is for timing out if no key strokes are found.
  14.     
  15. 2.  For purposes of testing the script, I set up a local logon.  Pressing
  16.     the F2 key will simulate carrier as if the modem answered.  You can
  17.     logon as a user and run through the routines.
  18.     
  19. 3.  I used a program called DOORWAY, which can be found on Compuserve's
  20.     forum, PCVENA, library 9, named DRWY.ZIP.  This program allows you
  21.     to execute a Dos program and redirect the screen and keyboard I/O
  22.     through the comm port.  It even will track direct video writes.
  23.  
  24. 4.  Pressing ESC from the HOST will termninate the script.  The only
  25.     exception is in chat mode, where ESC will terminate chat only.  Of
  26.     course, if you are running a program through DOORWAY, ESC has no
  27.     effect on the script.
  28.  
  29. 5:  There are certain hard defines that relate to my enviournment that
  30.     you need to check.  
  31.  
  32. I hope you can find use for this script.
  33.